object formBalloon: TformBalloon Left = 275 Top = 388 BorderIcons = [] BorderStyle = bsToolWindow ClientHeight = 85 ClientWidth = 248 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object labelBalloon: TPanel Left = 0 Top = 0 Width = 248 Height = 85 Align = alClient Color = clInfoBk TabOrder = 0 DesignSize = ( 248 85) object labelText: TLabel Tag = 1 Left = 8 Top = 36 Width = 232 Height = 49 Anchors = [akLeft, akTop, akRight, akBottom] AutoSize = False Caption = 'Text' WordWrap = True end object imgSymbol: TImage Left = 8 Top = 8 Width = 16 Height = 16 Picture.Data = {} end object labelCaption: TLabel Left = 32 Top = 8 Width = 208 Height = 25 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Caption' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end end object timerFadeOut: TTimer Enabled = False Interval = 100 OnTimer = timerFadeOutTimer Left = 128 Top = 8 end end